home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / lib.fmt / c / abort.man < prev    next >
Encoding:
Text File  |  1989-01-13  |  724 b   |  67 lines

  1.  
  2.  
  3.  
  4. ABORT                 C Library Procedures                  ABORT
  5.  
  6.  
  7.  
  8. NNAAMMEE
  9.      abort - generate a fault
  10.  
  11. DDEESSCCRRIIPPTTIIOONN
  12.      _A_b_o_r_t executes an instruction which is illegal in user mode.
  13.      This causes a signal that normally terminates the process
  14.      with a core dump, which may be used for debugging.
  15.  
  16. SSEEEE AALLSSOO
  17.      adb(1), sigvec(2), exit(2)
  18.  
  19. DDIIAAGGNNOOSSTTIICCSS
  20.      Usually ``Illegal instruction - core dumped'' from the
  21.      shell.
  22.  
  23. BBUUGGSS
  24.      The abort() function does not flush standard I/O buffers.
  25.      Use _f_f_l_u_s_h(3S).
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Sprite v1.0               May 27, 1986                          1
  64.  
  65.  
  66.  
  67.